/**
  * @return \yii\db\ActiveQuery
  */
 protected function getQuery()
 {
     return parent::getQuery()->addSelect($this->sortAttribute)->orderBy([$this->sortAttribute => SORT_ASC]);
 }