Converts the EvaluationOptions to a JSON map.
Map<String, dynamic> toJson() => { 'properties': _properties, };