foreach ($ объекты как $ obj) {echo $ obj-> user-> description; }

foreach ($objects as $obj){
      echo $obj->user->description;
}
Zany Zebra