/**
  * @return array
  */
 protected function getChoiceUrlParams()
 {
     return ['class' => $this->optionRepoClass, 'dataLocale' => $this->userContext->getCurrentLocaleCode(), 'collectionId' => $this->attribute->getId()];
 }