value] = __('enum.' . $value->name); } return $options; } public static function label($value) { return self::options()[$value]; } }