->getStateUsing()
default
getLabel()
public function getLabel(): string{ return match ($this) { self::NL => __('Dutch'), self::FR => __('French'), self::EN => __('English'), default => '', };}