@Override
 public void onOpen() {
   try {
     client.sendMethodList();
   } catch (IOException e) {
     e.printStackTrace();
   } catch (JSONException e) {
     e.printStackTrace();
   }
 }