func (p *proxyALRobotPosture) GetPostureFamilyList() ([]string, error) {
    var ret []string
    args := bus.NewParams("()")
    resp := bus.NewResponse("[s]", &ret)
    err := p.Proxy().Call2("getPostureFamilyList", args, resp)