Returns a JSON object representation of this instance.
@override Map<String,dynamic> toJson() { Map<String,dynamic> data = super.toJson(); data["currentPoint"] = currentPoint.copyIntoArray(); return data; }