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