public function getFilterByStarred()
 {
     return SearchUtil::getFilterByStarredFromArray(get_class($this->model), $this->getSourceData());
 }