public toDB(): DBTimeslot[] {
    return Array.from(this.map((t) => t.toDB()));
  }