getData() {
      let data = {}
      Object.keys(this.list).map((i, i_) => {
        data[i] = this.list[i].getData()
      })