Android Gson Object to Json

Gson gson = new Gson();
String json = gson.toJson(myObj);
Blue Bat