public toString(): string {
    return `ComposedKeySet<${this.list.map((x) => x.toString())}>`;
  }