/**
  * {@inheritdoc}
  */
 protected function getResults()
 {
     return new \ArrayIterator($this->repository->findBy([], ['attribute' => 'ASC', 'sortOrder' => 'ASC']));
 }