Consider the following context-free grammar \(G\), where \(S\), \(A\), and \(B\) are the variables (non-terminals), \(a\) and \(b\) are the terminal symbols, \(S\) is the start variable, and the rules of \(G\) are described as:
\[
S \to aaB \mid Abb
\]
\[
A \to a \mid AaA
\]
\[
B \to b \mid bB
\]
Which ONE of the languages \(L(G)\) is accepted by \(G\)?