Map<String, dynamic> toJson() => { 'type': _type.index, 'id': userId, 'tag': tag, 'x': x, 'y': y, 'width': width, 'height': height, };