/**
  * Prepare select for load
  *
  * @return $this
  */
 protected function _initSelect()
 {
     parent::_initSelect();
     $this->addFieldToFilter('role_type', RoleGroup::ROLE_TYPE);
     return $this;
 }