Returns true if this is after or equal to other.
other
bool operator >=(Week other) => index >= other.index;