/**
  * {@inheritdoc}
  */
 protected function getSuggestions(ResourceOwnerInterface $resourceOwner)
 {
     return ['username' => $resourceOwner->getName(), 'avatarUrl' => $resourceOwner->getPictureUrl()];
 }