i have:
stdClass Object ( [0] => stdClass Object ( [one] => aaa [two] => sss ) [1] => stdClass O
Cast it
$array = (array) $stdObject;