String representation of Location as Json
static String toJsonString(Location? location) => jsonEncode(toJson(location));