/**
  * Method to get the field options.
  *
  * @return  array  The field option objects.
  *
  * @since   3.5
  */
 public function getOptions()
 {
     $options = InstallerHelper::getClientOptions();
     return array_merge(parent::getOptions(), $options);
 }