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