for (let i = 0; i < 500; i += 1) {
  options.push(`Number ${i}`);
}