Serializes this instance to a JSON object.
@override List<dynamic> toJson() => _ops.map((o) => o.toJson()).toList();