/**
  * @return array
  */
 public function getList()
 {
     return $this->category->getAll()->lists('title', 'id');
 }