public function getList()
 {
     if (!isset($this->collection)) {
         $profiles = $this->model->getProfiles($this->plugin);
         $this->collection = $profiles[$this->plugin];
     }
     return $this->collection;
 }