/**
  * @return mixed
  */
 public function toArray()
 {
     return $this->children->toArray();
 }