Converts a Turn instance into a JSON object.
Map<String, dynamic> toJson() => { "turn": turn, "username": username, "password": password, };