void onStopOfMotionPlay(string motion)
 {
     if (Mibo.onStopOfMotionPlay != null)
     {
         Mibo.onStopOfMotionPlay(motion);
     }
 }