We know that a function is convex if it can be written as $$\sum_{k=1}^{n} \lambda_k \mathbf{g_k}(\mathbf{x}) $$
for every $\lambda_k \geq 0$ and $\mathbf{g_k}(\mathbf{x})$ is a convex function.
In our set, the function (I ignore the constant 1) is $$ \mathbf{f}(\mathbf{x}) =\sum_{k=1}^{n} \lambda_k \mathbf{g_k}(\mathbf{x}) = \sum_{k=1}^{n} x_k^2 $$ which is a convex function since $x_k^2$ is convex for every $x$.
Since the function that is defining the set is convex, the set must be convex. But this set is not convex, why?
When we say that a function $f: \mathbb{R}^n \rightarrow \mathbb{R}$ is convex, what we mean is that the set of everything above its graph - i.e. $\{(\mathbf{x},y) | f(\mathbf{x}) \leq y \}$ - is convex.
Your set is defined by a function, but not as the space above the graph, so there's no reason to expect it to be convex.