/**
  * {@inheritdoc}
  */
 public function toOptionArray()
 {
     return array_merge([['label' => '', 'value' => '']], parent::toOptionArray());
 }