public function toNestedArray()
 {
     return $this->list->toNestedArray();
 }
 public function toNestedArray($index = null)
 {
     return $this->list->toNestedArray($index);
 }