Im trying to understand the relationship between lyndon words and necklaces. The sequence for lyndon words is: $$ ε, 0, 1, 01, 001, 011, 0001, 0011, 0111, 00001, 00011, 00101, 00111, 01011, 01111 $$
For Necklaces the following sequence includes 00, 01, and 11:

Why don't lyndon words contain 00 and 11? I have read that
A Lyndon word is an aperiodic notation for representing a necklace.
but clearly the necklace of 00 and 11 is not being represented. Also why is 0101 not included but 00101 is?
It's because both $00$ and $11$ are periodic, and are covered already by the inclusion of $0$ and $1$.