Encodes a value to JSON-compatible Dart objects.
@override String encode(Role value) => value.toJson();