async balloonNames() {
    return Promise.all((await this.balloons()).map((child) => child.name()));
  }