Android Gson Object a JSON

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