String representation of Location as Json
static String toJsonListString(List<Location>? location) => jsonEncode(toJsonList(location));