Calculate the inverse of $A$, $A^{-1}$, and then compute $A + 2A^{-1}$.
Using determinant and adjoint methods:
\[
|A| = 1 \times (-1 \times -2 - 2 \times 1) - 2 \times (2 \times -2 - 2 \times -1) + (-2) \times (2 \times 1 - (-1) \times -1) = 1(2 + 2) - 2(-4 + 2) - 2(2 - 1) = 4 + 4 - 2 = 6.
\]
The adjoint matrix $Adj(A)$ is computed, then
\[
A^{-1} = \frac{1}{|A|} Adj(A).
\]
Calculate $2 A^{-1}$ and add $A$, resulting in the given matrix in option (1).